home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / Framework / MAFramework.lib.MAMake < prev    next >
Encoding:
Text File  |  1996-04-03  |  41.2 KB  |  1,413 lines  |  [TEXT/MPS ]

  1. # MAFramework.lib.MAMake
  2. # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
  3.  
  4. ##########
  5.  
  6. #    MAHeader = MAFramework.h
  7. #    CWHeader = CWMAFrameworkHdr.h
  8. #    CWFramework = "{XAppPath}CW Framework:"
  9. #    CWObj = {CWFramework}
  10. #    
  11. #    MACPlusPaths = ∂
  12. #        -i "{IncApp}" ∂
  13. #        -i "{MACoreIncludes}" ∂
  14. #        -i "{CIncludes}"
  15. #    MARezPaths = ∂
  16. #        -i "{IncApp}" -s "{ObjApp}" ∂
  17. #        -i "{MACoreIncludes}" -s "{MACoreObj}" ∂
  18. #        -i "{CIncludes}"
  19.  
  20. ##########
  21.  
  22. LibName = MAFramework.lib
  23.  
  24. LibObjs = ∂
  25.     {CPlusLoadObj} ∂
  26.     "{ObjApp}"UAdorners.cp.o ∂
  27.     "{ObjApp}"UAppleEvents.cp.o ∂
  28.     "{ObjApp}"UBehavior.cp.o ∂
  29.     "{ObjApp}"UBusyCursor.cp.o ∂
  30.     "{ObjApp}"UClipboardMgr.cp.o ∂
  31.     "{ObjApp}"UCommand.cp.o ∂
  32.     "{ObjApp}"UCommandHandler.cp.o ∂
  33.     "{ObjApp}"UContainer.cp.o ∂
  34.     "{ObjApp}"UControl.cp.o ∂
  35.     "{ObjApp}"UDesignator.cp.o ∂
  36.     "{ObjApp}"UDeskScrapView.cp.o ∂
  37.     "{ObjApp}"UDialogBehavior.cp.o ∂
  38.     "{ObjApp}"UDispatcher.cp.o ∂
  39.     "{ObjApp}"UDocument.cp.o ∂
  40.     "{ObjApp}"UDragDrop.cp.o ∂
  41.     "{ObjApp}"UDragDropBehavior.cp.o ∂
  42.     "{ObjApp}"UDrawingEnvironment.cp.o ∂
  43.     "{ObjApp}"UErrorMgr.cp.o ∂
  44.     "{ObjApp}"UEvent.cp.o ∂
  45.     "{ObjApp}"UEventHandler.cp.o ∂
  46.     "{ObjApp}"UFile.cp.o ∂
  47.     "{ObjApp}"UFileStream.cp.o ∂
  48.     "{ObjApp}"UFloatWindow.cp.o ∂
  49.     "{ObjApp}"UMacAppGlobals.cp.o ∂
  50.     "{ObjApp}"UMacAppUtilities.cp.o ∂
  51.     "{ObjApp}"UMenuMgr.cp.o ∂
  52.     "{ObjApp}"UOSAScript.cp.o ∂
  53.     "{ObjApp}"UPrintHandler.cp.o ∂
  54.     "{ObjApp}"UScriptableObject.cp.o ∂
  55.     "{ObjApp}"UScripting.cp.o ∂
  56.     "{ObjApp}"UScroller.cp.o ∂
  57.     "{ObjApp}"USubstitution.cp.o ∂
  58.     "{ObjApp}"UTracker.cp.o ∂
  59.     "{ObjApp}"UUndo.cp.o ∂
  60.     "{ObjApp}"UView.cp.o ∂
  61.     "{ObjApp}"UViewServer.cp.o ∂
  62.     "{ObjApp}"UWindow.cp.o
  63.  
  64. MacAppCPlusIntf =
  65.  
  66. MAFrameworkResources = ∂
  67.     "{ObjApp}"Debug.rsrc ∂
  68.     "{ObjApp}"Defaults.rsrc ∂
  69.     "{ObjApp}"MacApp.rsrc ∂
  70.     "{ObjApp}"ResourceLib.rsrc
  71.  
  72. MacAppResources = ∂
  73.     {MAFrameworkResources} ∂
  74.     "{MACoreObj}"CoreDefaults.rsrc ∂
  75.     "{MACoreObj}"Memory.rsrc
  76.  
  77. MacAppRIntf = ∂
  78.     "{IncApp}"CWDefault.r ∂
  79.     "{IncApp}"Default.r ∂
  80.     "{IncApp}"FloatWindow.r ∂
  81.     "{IncApp}"HelpStrings.r ∂
  82.     "{IncApp}"MacAppTypes.r ∂
  83.     "{IncApp}"ViewTypes.r ∂
  84.     "{MACoreIncludes}MACoreDefault.r" ∂
  85.     "{MACoreIncludes}MACoreTypes.r"
  86.  
  87. BuildingBlocksResources =
  88.  
  89. # Give additional dependencies for the other files to be built
  90.  
  91. # propagate dependencies back to the resources to get them built too!
  92. DummyCommand = 
  93.  
  94. "{ObjApp}{LibName}"                ƒƒ  ∂
  95.         {MAFrameworkResources} ∂
  96.     {DummyCommand}
  97.  
  98. "{ObjApp}"Debug.rsrc ƒ ∂
  99.         "{IncApp}"MacAppTypes.r ∂
  100.         "{IncApp}"ViewTypes.r ∂
  101.         "{MACoreIncludes}"MACoreTypes.r ∂
  102.         "{RIncludes}"Types.r ∂
  103.         "{SrcApp}"Debug.r
  104.  
  105. "{ObjApp}"Defaults.rsrc ƒ ∂
  106.         "{IncApp}"MacAppTypes.r ∂
  107.         "{IncApp}"ViewTypes.r ∂
  108.         "{MACoreObj}"CoreDefaults.rsrc ∂
  109.         "{RIncludes}"BalloonTypes.r ∂
  110.         "{RIncludes}"SysTypes.r ∂
  111.         "{RIncludes}"Types.r ∂
  112.         "{SrcApp}"Defaults.r
  113.  
  114. "{ObjApp}"MacApp.rsrc ƒ ∂
  115.         "{IncApp}"MacAppTypes.r ∂
  116.         "{IncApp}"ViewTypes.r ∂
  117.         "{MACoreIncludes}"MACoreTypes.r ∂
  118.         "{RIncludes}"Types.r ∂
  119.         "{SrcApp}"BusyCursor.r ∂
  120.         "{SrcApp}"DeskScrapView.r ∂
  121.         "{SrcApp}"ErrorMgr.r ∂
  122.         "{SrcApp}"MacApp.r ∂
  123.         "{MACoreObj}"Memory.rsrc
  124.  
  125. "{ObjApp}"Printing.rsrc ƒ ∂
  126.         "{IncApp}"MacAppTypes.r ∂
  127.         "{MACoreIncludes}"MACoreTypes.r ∂
  128.         "{SrcApp}"Printing.r
  129.  
  130. "{ObjApp}"ResourceLib.rsrc ƒ ∂
  131.         "{RIncludes}"Types.r ∂
  132.         "{SrcApp}"ResourceLib.r
  133.  
  134.  
  135. "{ObjApp}"UAdorners.cp.o ƒ ∂
  136.     "{IncApp}"UAdorners.h ∂
  137.     "{IncApp}"UCommand.h ∂
  138.     "{IncApp}"UCommandHandler.h ∂
  139.     "{IncApp}"UErrorMgr.h ∂
  140.     "{IncApp}"UEvent.h ∂
  141.     "{IncApp}"UEventHandler.h ∂
  142.     "{IncApp}"UMacAppGlobals.h ∂
  143.     "{IncApp}"UOSAScript.h ∂
  144.     "{IncApp}"UScriptableObject.h ∂
  145.     "{IncApp}"UView.h ∂
  146.     "{IncApp}"UWindow.h ∂
  147.     "{MACoreIncludes}"Geometry.h ∂
  148.     "{MACoreIncludes}"MacAppTypes.h ∂
  149.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  150.     "{MACoreIncludes}"PascalString.h ∂
  151.     "{MACoreIncludes}"Toolbox.h ∂
  152.     "{MACoreIncludes}"UClassDesc.h ∂
  153.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  154.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  155.     "{MACoreIncludes}"UCoreGlobals.h ∂
  156.     "{MACoreIncludes}"UDynamicArray.h ∂
  157.     "{MACoreIncludes}"UFailure.h ∂
  158.     "{MACoreIncludes}"UGeometry.h ∂
  159.     "{MACoreIncludes}"UIterator.h ∂
  160.     "{MACoreIncludes}"UList.h ∂
  161.     "{MACoreIncludes}"UListIterator.h ∂
  162.     "{MACoreIncludes}"UObject.h ∂
  163.     "{MACoreIncludes}"UPointerObject.h ∂
  164.     "{MACoreIncludes}"UStream.h
  165.  
  166. "{ObjApp}"UAppleEvents.cp.o ƒ ∂
  167.     "{IncApp}"UAppleEvents.h ∂
  168.     "{IncApp}"UBehavior.h ∂
  169.     "{IncApp}"UBusyCursor.h ∂
  170.     "{IncApp}"UCommand.h ∂
  171.     "{IncApp}"UCommandHandler.h ∂
  172.     "{IncApp}"UDispatcher.h ∂
  173.     "{IncApp}"UEvent.h ∂
  174.     "{IncApp}"UEventHandler.h ∂
  175.     "{IncApp}"UFile.h ∂
  176.     "{IncApp}"UMacAppUtilities.h ∂
  177.     "{IncApp}"UOSAScript.h ∂
  178.     "{IncApp}"UScriptableObject.h ∂
  179.     "{IncApp}"UScripting.h ∂
  180.     "{IncApp}"USubstitution.h ∂
  181.     "{MACoreIncludes}"Geometry.h ∂
  182.     "{MACoreIncludes}"MacAppTypes.h ∂
  183.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  184.     "{MACoreIncludes}"PascalString.h ∂
  185.     "{MACoreIncludes}"Toolbox.h ∂
  186.     "{MACoreIncludes}"UClassDesc.h ∂
  187.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  188.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  189.     "{MACoreIncludes}"UCoreUtilities.h ∂
  190.     "{MACoreIncludes}"UDynamicArray.h ∂
  191.     "{MACoreIncludes}"UFailure.h ∂
  192.     "{MACoreIncludes}"UGeometry.h ∂
  193.     "{MACoreIncludes}"UIterator.h ∂
  194.     "{MACoreIncludes}"UList.h ∂
  195.     "{MACoreIncludes}"UListIterator.h ∂
  196.     "{MACoreIncludes}"UMemory.h ∂
  197.     "{MACoreIncludes}"UObject.h ∂
  198.     "{MACoreIncludes}"UPointerObject.h ∂
  199.     "{MACoreIncludes}"UStream.h
  200.  
  201. "{ObjApp}"UBehavior.cp.o ƒ ∂
  202.     "{IncApp}"UBehavior.h ∂
  203.     "{IncApp}"UEventHandler.h ∂
  204.     "{MACoreIncludes}"Geometry.h ∂
  205.     "{MACoreIncludes}"MacAppTypes.h ∂
  206.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  207.     "{MACoreIncludes}"PascalString.h ∂
  208.     "{MACoreIncludes}"Toolbox.h ∂
  209.     "{MACoreIncludes}"UClassDesc.h ∂
  210.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  211.     "{MACoreIncludes}"UCoreGlobals.h ∂
  212.     "{MACoreIncludes}"UGeometry.h ∂
  213.     "{MACoreIncludes}"UIterator.h ∂
  214.     "{MACoreIncludes}"UObject.h ∂
  215.     "{MACoreIncludes}"UPointerObject.h ∂
  216.     "{MACoreIncludes}"UStream.h
  217.  
  218. "{ObjApp}"UBusyCursor.cp.o ƒ ∂
  219.     "{IncApp}"UBusyCursor.h ∂
  220.     "{MACoreIncludes}"MacAppTypes.h ∂
  221.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  222.     "{MACoreIncludes}"PascalString.h ∂
  223.     "{MACoreIncludes}"UClassDesc.h ∂
  224.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  225.     "{MACoreIncludes}"UCoreUtilities.h ∂
  226.     "{MACoreIncludes}"UFailure.h ∂
  227.     "{MACoreIncludes}"UMemory.h ∂
  228.     "{MACoreIncludes}"UObject.h ∂
  229.     "{MACoreIncludes}"UPatch.h ∂
  230.     "{MACoreIncludes}"UPointerObject.h
  231.  
  232. "{ObjApp}"UClipboardMgr.cp.o ƒ ∂
  233.     "{IncApp}"UAdorners.h ∂
  234.     "{IncApp}"UAppleEvents.h ∂
  235.     "{IncApp}"UBehavior.h ∂
  236.     "{IncApp}"UClipboardMgr.h ∂
  237.     "{IncApp}"UCommand.h ∂
  238.     "{IncApp}"UCommandHandler.h ∂
  239.     "{IncApp}"UDeskScrapView.h ∂
  240.     "{IncApp}"UDispatcher.h ∂
  241.     "{IncApp}"UDocument.h ∂
  242.     "{IncApp}"UErrorMgr.h ∂
  243.     "{IncApp}"UEvent.h ∂
  244.     "{IncApp}"UEventHandler.h ∂
  245.     "{IncApp}"UMacAppGlobals.h ∂
  246.     "{IncApp}"UMenuMgr.h ∂
  247.     "{IncApp}"UOSAScript.h ∂
  248.     "{IncApp}"UScriptableObject.h ∂
  249.     "{IncApp}"UView.h ∂
  250.     "{IncApp}"UViewServer.h ∂
  251.     "{IncApp}"UWindow.h ∂
  252.     "{MACoreIncludes}"Geometry.h ∂
  253.     "{MACoreIncludes}"MacAppTypes.h ∂
  254.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  255.     "{MACoreIncludes}"PascalString.h ∂
  256.     "{MACoreIncludes}"Toolbox.h ∂
  257.     "{MACoreIncludes}"UClassDesc.h ∂
  258.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  259.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  260.     "{MACoreIncludes}"UCoreGlobals.h ∂
  261.     "{MACoreIncludes}"UCoreUtilities.h ∂
  262.     "{MACoreIncludes}"UDependencies.h ∂
  263.     "{MACoreIncludes}"UDynamicArray.h ∂
  264.     "{MACoreIncludes}"UFailure.h ∂
  265.     "{MACoreIncludes}"UGeometry.h ∂
  266.     "{MACoreIncludes}"UIterator.h ∂
  267.     "{MACoreIncludes}"UList.h ∂
  268.     "{MACoreIncludes}"UListIterator.h ∂
  269.     "{MACoreIncludes}"UMemory.h ∂
  270.     "{MACoreIncludes}"UObject.h ∂
  271.     "{MACoreIncludes}"UPointerObject.h
  272.  
  273. "{ObjApp}"UCommand.cp.o ƒ ∂
  274.     "{IncApp}"UAdorners.h ∂
  275.     "{IncApp}"UAppleEvents.h ∂
  276.     "{IncApp}"UBehavior.h ∂
  277.     "{IncApp}"UClipboardMgr.h ∂
  278.     "{IncApp}"UCommand.h ∂
  279.     "{IncApp}"UCommandHandler.h ∂
  280.     "{IncApp}"UDispatcher.h ∂
  281.     "{IncApp}"UDocument.h ∂
  282.     "{IncApp}"UErrorMgr.h ∂
  283.     "{IncApp}"UEvent.h ∂
  284.     "{IncApp}"UEventHandler.h ∂
  285.     "{IncApp}"UMacAppGlobals.h ∂
  286.     "{IncApp}"UMacAppUtilities.h ∂
  287.     "{IncApp}"UOSAScript.h ∂
  288.     "{IncApp}"UScriptableObject.h ∂
  289.     "{IncApp}"UScripting.h ∂
  290.     "{IncApp}"UView.h ∂
  291.     "{MACoreIncludes}"Geometry.h ∂
  292.     "{MACoreIncludes}"MacAppTypes.h ∂
  293.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  294.     "{MACoreIncludes}"PascalString.h ∂
  295.     "{MACoreIncludes}"Toolbox.h ∂
  296.     "{MACoreIncludes}"UClassDesc.h ∂
  297.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  298.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  299.     "{MACoreIncludes}"UCoreGlobals.h ∂
  300.     "{MACoreIncludes}"UCoreUtilities.h ∂
  301.     "{MACoreIncludes}"UDebug.h ∂
  302.     "{MACoreIncludes}"UDependencies.h ∂
  303.     "{MACoreIncludes}"UDynamicArray.h ∂
  304.     "{MACoreIncludes}"UFailure.h ∂
  305.     "{MACoreIncludes}"UGeometry.h ∂
  306.     "{MACoreIncludes}"UIterator.h ∂
  307.     "{MACoreIncludes}"UList.h ∂
  308.     "{MACoreIncludes}"UListIterator.h ∂
  309.     "{MACoreIncludes}"UMemory.h ∂
  310.     "{MACoreIncludes}"UObject.h ∂
  311.     "{MACoreIncludes}"UPointerObject.h ∂
  312.     "{MACoreIncludes}"USegments.h
  313.  
  314. "{ObjApp}"UCommandHandler.cp.o ƒ ∂
  315.     "{IncApp}"UAppleEvents.h ∂
  316.     "{IncApp}"UBehavior.h ∂
  317.     "{IncApp}"UClipboardMgr.h ∂
  318.     "{IncApp}"UCommand.h ∂
  319.     "{IncApp}"UCommandHandler.h ∂
  320.     "{IncApp}"UDispatcher.h ∂
  321.     "{IncApp}"UErrorMgr.h ∂
  322.     "{IncApp}"UEvent.h ∂
  323.     "{IncApp}"UEventHandler.h ∂
  324.     "{IncApp}"UMacAppGlobals.h ∂
  325.     "{IncApp}"UMenuMgr.h ∂
  326.     "{IncApp}"UOSAScript.h ∂
  327.     "{IncApp}"UScriptableObject.h ∂
  328.     "{IncApp}"UScripting.h ∂
  329.     "{IncApp}"UUndo.h ∂
  330.     "{MACoreIncludes}"Geometry.h ∂
  331.     "{MACoreIncludes}"MacAppTypes.h ∂
  332.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  333.     "{MACoreIncludes}"PascalString.h ∂
  334.     "{MACoreIncludes}"Toolbox.h ∂
  335.     "{MACoreIncludes}"UClassDesc.h ∂
  336.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  337.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  338.     "{MACoreIncludes}"UCoreGlobals.h ∂
  339.     "{MACoreIncludes}"UDebug.h ∂
  340.     "{MACoreIncludes}"UDynamicArray.h ∂
  341.     "{MACoreIncludes}"UFailure.h ∂
  342.     "{MACoreIncludes}"UGeometry.h ∂
  343.     "{MACoreIncludes}"UIterator.h ∂
  344.     "{MACoreIncludes}"UList.h ∂
  345.     "{MACoreIncludes}"UListIterator.h ∂
  346.     "{MACoreIncludes}"UMemory.h ∂
  347.     "{MACoreIncludes}"UObject.h ∂
  348.     "{MACoreIncludes}"UPointerObject.h ∂
  349.     "{MACoreIncludes}"USegments.h
  350.  
  351. "{ObjApp}"UContainer.cp.o ƒ ∂
  352.     "{IncApp}"UAdorners.h ∂
  353.     "{IncApp}"UCommand.h ∂
  354.     "{IncApp}"UCommandHandler.h ∂
  355.     "{IncApp}"UContainer.h ∂
  356.     "{IncApp}"UDocument.h ∂
  357.     "{IncApp}"UErrorMgr.h ∂
  358.     "{IncApp}"UEvent.h ∂
  359.     "{IncApp}"UEventHandler.h ∂
  360.     "{IncApp}"UMacAppGlobals.h ∂
  361.     "{IncApp}"UMenuMgr.h ∂
  362.     "{IncApp}"UOSAScript.h ∂
  363.     "{IncApp}"UScriptableObject.h ∂
  364.     "{IncApp}"UView.h ∂
  365.     "{IncApp}"UWindow.h ∂
  366.     "{MACoreIncludes}"Geometry.h ∂
  367.     "{MACoreIncludes}"MacAppTypes.h ∂
  368.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  369.     "{MACoreIncludes}"PascalString.h ∂
  370.     "{MACoreIncludes}"Toolbox.h ∂
  371.     "{MACoreIncludes}"UClassDesc.h ∂
  372.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  373.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  374.     "{MACoreIncludes}"UCoreGlobals.h ∂
  375.     "{MACoreIncludes}"UDynamicArray.h ∂
  376.     "{MACoreIncludes}"UFailure.h ∂
  377.     "{MACoreIncludes}"UGeometry.h ∂
  378.     "{MACoreIncludes}"UIterator.h ∂
  379.     "{MACoreIncludes}"UListIterator.h ∂
  380.     "{MACoreIncludes}"UObject.h ∂
  381.     "{MACoreIncludes}"UPointerObject.h
  382.  
  383. "{ObjApp}"UControl.cp.o ƒ ∂
  384.     "{IncApp}"UAdorners.h ∂
  385.     "{IncApp}"UAppleEvents.h ∂
  386.     "{IncApp}"UBehavior.h ∂
  387.     "{IncApp}"UCommand.h ∂
  388.     "{IncApp}"UCommandHandler.h ∂
  389.     "{IncApp}"UControl.h ∂
  390.     "{IncApp}"UDispatcher.h ∂
  391.     "{IncApp}"UDrawingEnvironment.h ∂
  392.     "{IncApp}"UErrorMgr.h ∂
  393.     "{IncApp}"UEvent.h ∂
  394.     "{IncApp}"UEventHandler.h ∂
  395.     "{IncApp}"UMacAppGlobals.h ∂
  396.     "{IncApp}"UMacAppUtilities.h ∂
  397.     "{IncApp}"UOSAScript.h ∂
  398.     "{IncApp}"UScriptableObject.h ∂
  399.     "{IncApp}"UScroller.h ∂
  400.     "{IncApp}"UTracker.h ∂
  401.     "{IncApp}"UView.h ∂
  402.     "{IncApp}"UWindow.h ∂
  403.     "{MACoreIncludes}"Geometry.h ∂
  404.     "{MACoreIncludes}"MacAppTypes.h ∂
  405.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  406.     "{MACoreIncludes}"PascalString.h ∂
  407.     "{MACoreIncludes}"Toolbox.h ∂
  408.     "{MACoreIncludes}"UClassDesc.h ∂
  409.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  410.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  411.     "{MACoreIncludes}"UCoreGlobals.h ∂
  412.     "{MACoreIncludes}"UCoreUtilities.h ∂
  413.     "{MACoreIncludes}"UDynamicArray.h ∂
  414.     "{MACoreIncludes}"UFailure.h ∂
  415.     "{MACoreIncludes}"UGeometry.h ∂
  416.     "{MACoreIncludes}"UIterator.h ∂
  417.     "{MACoreIncludes}"UList.h ∂
  418.     "{MACoreIncludes}"UListIterator.h ∂
  419.     "{MACoreIncludes}"UMemory.h ∂
  420.     "{MACoreIncludes}"UObject.h ∂
  421.     "{MACoreIncludes}"UPointerObject.h ∂
  422.     "{MACoreIncludes}"UStream.h
  423.  
  424. "{ObjApp}"UDesignator.cp.o ƒ ∂
  425.     "{IncApp}"UCommand.h ∂
  426.     "{IncApp}"UDesignator.h ∂
  427.     "{IncApp}"UErrorMgr.h ∂
  428.     "{IncApp}"UEvent.h ∂
  429.     "{IncApp}"UMacAppGlobals.h ∂
  430.     "{IncApp}"UMacAppUtilities.h ∂
  431.     "{IncApp}"UOSAScript.h ∂
  432.     "{IncApp}"UScriptableObject.h ∂
  433.     "{MACoreIncludes}"Geometry.h ∂
  434.     "{MACoreIncludes}"MacAppTypes.h ∂
  435.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  436.     "{MACoreIncludes}"PascalString.h ∂
  437.     "{MACoreIncludes}"Toolbox.h ∂
  438.     "{MACoreIncludes}"UClassDesc.h ∂
  439.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  440.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  441.     "{MACoreIncludes}"UCoreGlobals.h ∂
  442.     "{MACoreIncludes}"UCoreUtilities.h ∂
  443.     "{MACoreIncludes}"UFailure.h ∂
  444.     "{MACoreIncludes}"UGeometry.h ∂
  445.     "{MACoreIncludes}"UIterator.h ∂
  446.     "{MACoreIncludes}"UMemory.h ∂
  447.     "{MACoreIncludes}"UObject.h ∂
  448.     "{MACoreIncludes}"UPointerObject.h ∂
  449.     "{MACoreIncludes}"UStream.h
  450.  
  451. "{ObjApp}"UDeskScrapView.cp.o ƒ ∂
  452.     "{IncApp}"UAdorners.h ∂
  453.     "{IncApp}"UBehavior.h ∂
  454.     "{IncApp}"UClipboardMgr.h ∂
  455.     "{IncApp}"UCommand.h ∂
  456.     "{IncApp}"UCommandHandler.h ∂
  457.     "{IncApp}"UDeskScrapView.h ∂
  458.     "{IncApp}"UErrorMgr.h ∂
  459.     "{IncApp}"UEvent.h ∂
  460.     "{IncApp}"UEventHandler.h ∂
  461.     "{IncApp}"UMacAppGlobals.h ∂
  462.     "{IncApp}"UMacAppUtilities.h ∂
  463.     "{IncApp}"UView.h ∂
  464.     "{MACoreIncludes}"Geometry.h ∂
  465.     "{MACoreIncludes}"MacAppTypes.h ∂
  466.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  467.     "{MACoreIncludes}"PascalString.h ∂
  468.     "{MACoreIncludes}"Toolbox.h ∂
  469.     "{MACoreIncludes}"UClassDesc.h ∂
  470.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  471.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  472.     "{MACoreIncludes}"UCoreGlobals.h ∂
  473.     "{MACoreIncludes}"UCoreUtilities.h ∂
  474.     "{MACoreIncludes}"UDebug.h ∂
  475.     "{MACoreIncludes}"UDynamicArray.h ∂
  476.     "{MACoreIncludes}"UFailure.h ∂
  477.     "{MACoreIncludes}"UGeometry.h ∂
  478.     "{MACoreIncludes}"UIterator.h ∂
  479.     "{MACoreIncludes}"UListIterator.h ∂
  480.     "{MACoreIncludes}"UMemory.h ∂
  481.     "{MACoreIncludes}"UObject.h ∂
  482.     "{MACoreIncludes}"UPointerObject.h
  483.  
  484. "{ObjApp}"UDialogBehavior.cp.o ƒ ∂
  485.     "{IncApp}"UAdorners.h ∂
  486.     "{IncApp}"UAppleEvents.h ∂
  487.     "{IncApp}"UBehavior.h ∂
  488.     "{IncApp}"UCommand.h ∂
  489.     "{IncApp}"UCommandHandler.h ∂
  490.     "{IncApp}"UContainer.h ∂
  491.     "{IncApp}"UDialogBehavior.h ∂
  492.     "{IncApp}"UDispatcher.h ∂
  493.     "{IncApp}"UEvent.h ∂
  494.     "{IncApp}"UEventHandler.h ∂
  495.     "{IncApp}"UOSAScript.h ∂
  496.     "{IncApp}"UScriptableObject.h ∂
  497.     "{IncApp}"UView.h ∂
  498.     "{IncApp}"UWindow.h ∂
  499.     "{MACoreIncludes}"Geometry.h ∂
  500.     "{MACoreIncludes}"MacAppTypes.h ∂
  501.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  502.     "{MACoreIncludes}"PascalString.h ∂
  503.     "{MACoreIncludes}"Toolbox.h ∂
  504.     "{MACoreIncludes}"UClassDesc.h ∂
  505.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  506.     "{MACoreIncludes}"UCoreGlobals.h ∂
  507.     "{MACoreIncludes}"UDynamicArray.h ∂
  508.     "{MACoreIncludes}"UFailure.h ∂
  509.     "{MACoreIncludes}"UGeometry.h ∂
  510.     "{MACoreIncludes}"UIterator.h ∂
  511.     "{MACoreIncludes}"UList.h ∂
  512.     "{MACoreIncludes}"UListIterator.h ∂
  513.     "{MACoreIncludes}"UObject.h ∂
  514.     "{MACoreIncludes}"UPointerObject.h ∂
  515.     "{MACoreIncludes}"UStream.h
  516.  
  517. "{ObjApp}"UDispatcher.cp.o ƒ ∂
  518.     "{IncApp}"FloatWindow.h ∂
  519.     "{IncApp}"UAdorners.h ∂
  520.     "{IncApp}"UAppleEvents.h ∂
  521.     "{IncApp}"UBehavior.h ∂
  522.     "{IncApp}"UBusyCursor.h ∂
  523.     "{IncApp}"UClipboardMgr.h ∂
  524.     "{IncApp}"UCommand.h ∂
  525.     "{IncApp}"UCommandHandler.h ∂
  526.     "{IncApp}"UContainer.h ∂
  527.     "{IncApp}"UDesignator.h ∂
  528.     "{IncApp}"UDispatcher.h ∂
  529.     "{IncApp}"UDocument.h ∂
  530.     "{IncApp}"UErrorMgr.h ∂
  531.     "{IncApp}"UEvent.h ∂
  532.     "{IncApp}"UEventHandler.h ∂
  533.     "{IncApp}"UFile.h ∂
  534.     "{IncApp}"UMacAppGlobals.h ∂
  535.     "{IncApp}"UMacAppUtilities.h ∂
  536.     "{IncApp}"UMenuMgr.h ∂
  537.     "{IncApp}"UOSAScript.h ∂
  538.     "{IncApp}"UScriptableObject.h ∂
  539.     "{IncApp}"UScripting.h ∂
  540.     "{IncApp}"UTracker.h ∂
  541.     "{IncApp}"UUndo.h ∂
  542.     "{IncApp}"UView.h ∂
  543.     "{IncApp}"UViewServer.h ∂
  544.     "{IncApp}"UWindow.h ∂
  545.     "{MACoreIncludes}"CWDebug.h ∂
  546.     "{MACoreIncludes}"Geometry.h ∂
  547.     "{MACoreIncludes}"MacAppTypes.h ∂
  548.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  549.     "{MACoreIncludes}"PascalString.h ∂
  550.     "{MACoreIncludes}"Toolbox.h ∂
  551.     "{MACoreIncludes}"UClassDesc.h ∂
  552.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  553.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  554.     "{MACoreIncludes}"UCoreGlobals.h ∂
  555.     "{MACoreIncludes}"UCoreUtilities.h ∂
  556.     "{MACoreIncludes}"UDebug.h ∂
  557.     "{MACoreIncludes}"UDependencies.h ∂
  558.     "{MACoreIncludes}"UDynamicArray.h ∂
  559.     "{MACoreIncludes}"UFailure.h ∂
  560.     "{MACoreIncludes}"UGeometry.h ∂
  561.     "{MACoreIncludes}"UIterator.h ∂
  562.     "{MACoreIncludes}"UList.h ∂
  563.     "{MACoreIncludes}"UListIterator.h ∂
  564.     "{MACoreIncludes}"UMemory.h ∂
  565.     "{MACoreIncludes}"UObject.h ∂
  566.     "{MACoreIncludes}"UPatch.h ∂
  567.     "{MACoreIncludes}"UPointerObject.h ∂
  568.     "{MACoreIncludes}"USegments.h ∂
  569.     "{MACoreIncludes}"UStream.h
  570.  
  571. "{ObjApp}"UDocument.cp.o ƒ ∂
  572.     "{IncApp}"UAdorners.h ∂
  573.     "{IncApp}"UAppleEvents.h ∂
  574.     "{IncApp}"UBehavior.h ∂
  575.     "{IncApp}"UClipboardMgr.h ∂
  576.     "{IncApp}"UCommand.h ∂
  577.     "{IncApp}"UCommandHandler.h ∂
  578.     "{IncApp}"UDesignator.h ∂
  579.     "{IncApp}"UDispatcher.h ∂
  580.     "{IncApp}"UDocument.h ∂
  581.     "{IncApp}"UErrorMgr.h ∂
  582.     "{IncApp}"UEvent.h ∂
  583.     "{IncApp}"UEventHandler.h ∂
  584.     "{IncApp}"UMacAppGlobals.h ∂
  585.     "{IncApp}"UMacAppUtilities.h ∂
  586.     "{IncApp}"UMenuMgr.h ∂
  587.     "{IncApp}"UOSAScript.h ∂
  588.     "{IncApp}"UPrintHandler.h ∂
  589.     "{IncApp}"UScriptableObject.h ∂
  590.     "{IncApp}"UScripting.h ∂
  591.     "{IncApp}"UView.h ∂
  592.     "{IncApp}"UViewServer.h ∂
  593.     "{IncApp}"UWindow.h ∂
  594.     "{MACoreIncludes}"Geometry.h ∂
  595.     "{MACoreIncludes}"MacAppTypes.h ∂
  596.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  597.     "{MACoreIncludes}"PascalString.h ∂
  598.     "{MACoreIncludes}"Toolbox.h ∂
  599.     "{MACoreIncludes}"UClassDesc.h ∂
  600.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  601.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  602.     "{MACoreIncludes}"UCoreGlobals.h ∂
  603.     "{MACoreIncludes}"UCoreUtilities.h ∂
  604.     "{MACoreIncludes}"UDynamicArray.h ∂
  605.     "{MACoreIncludes}"UFailure.h ∂
  606.     "{MACoreIncludes}"UGeometry.h ∂
  607.     "{MACoreIncludes}"UIterator.h ∂
  608.     "{MACoreIncludes}"UList.h ∂
  609.     "{MACoreIncludes}"UListIterator.h ∂
  610.     "{MACoreIncludes}"UMemory.h ∂
  611.     "{MACoreIncludes}"UObject.h ∂
  612.     "{MACoreIncludes}"UPointerObject.h
  613.  
  614. "{ObjApp}"UDragDrop.cp.o ƒ ∂
  615.     "{IncApp}"UAdorners.h ∂
  616.     "{IncApp}"UAppleEvents.h ∂
  617.     "{IncApp}"UBehavior.h ∂
  618.     "{IncApp}"UBusyCursor.h ∂
  619.     "{IncApp}"UCommand.h ∂
  620.     "{IncApp}"UCommandHandler.h ∂
  621.     "{IncApp}"UContainer.h ∂
  622.     "{IncApp}"UDispatcher.h ∂
  623.     "{IncApp}"UDragDrop.h ∂
  624.     "{IncApp}"UDragDropBehavior.h ∂
  625.     "{IncApp}"UErrorMgr.h ∂
  626.     "{IncApp}"UEvent.h ∂
  627.     "{IncApp}"UEventHandler.h ∂
  628.     "{IncApp}"UMacAppGlobals.h ∂
  629.     "{IncApp}"UMacAppUtilities.h ∂
  630.     "{IncApp}"UOSAScript.h ∂
  631.     "{IncApp}"UScriptableObject.h ∂
  632.     "{IncApp}"UScroller.h ∂
  633.     "{IncApp}"UUndo.h ∂
  634.     "{IncApp}"UView.h ∂
  635.     "{IncApp}"UWindow.h ∂
  636.     "{MACoreIncludes}"Geometry.h ∂
  637.     "{MACoreIncludes}"MacAppTypes.h ∂
  638.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  639.     "{MACoreIncludes}"PascalString.h ∂
  640.     "{MACoreIncludes}"Toolbox.h ∂
  641.     "{MACoreIncludes}"UClassDesc.h ∂
  642.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  643.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  644.     "{MACoreIncludes}"UCoreGlobals.h ∂
  645.     "{MACoreIncludes}"UCoreUtilities.h ∂
  646.     "{MACoreIncludes}"UDynamicArray.h ∂
  647.     "{MACoreIncludes}"UFailure.h ∂
  648.     "{MACoreIncludes}"UGeometry.h ∂
  649.     "{MACoreIncludes}"UIterator.h ∂
  650.     "{MACoreIncludes}"UList.h ∂
  651.     "{MACoreIncludes}"UListIterator.h ∂
  652.     "{MACoreIncludes}"UObject.h ∂
  653.     "{MACoreIncludes}"UPointerObject.h ∂
  654.     "{MACoreIncludes}"UStream.h
  655.  
  656. "{ObjApp}"UDragDropBehavior.cp.o ƒ ∂
  657.     "{IncApp}"UAdorners.h ∂
  658.     "{IncApp}"UBehavior.h ∂
  659.     "{IncApp}"UCommand.h ∂
  660.     "{IncApp}"UCommandHandler.h ∂
  661.     "{IncApp}"UDragDropBehavior.h ∂
  662.     "{IncApp}"UErrorMgr.h ∂
  663.     "{IncApp}"UEvent.h ∂
  664.     "{IncApp}"UEventHandler.h ∂
  665.     "{IncApp}"UMacAppGlobals.h ∂
  666.     "{IncApp}"UView.h ∂
  667.     "{MACoreIncludes}"Geometry.h ∂
  668.     "{MACoreIncludes}"MacAppTypes.h ∂
  669.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  670.     "{MACoreIncludes}"PascalString.h ∂
  671.     "{MACoreIncludes}"Toolbox.h ∂
  672.     "{MACoreIncludes}"UClassDesc.h ∂
  673.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  674.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  675.     "{MACoreIncludes}"UCoreGlobals.h ∂
  676.     "{MACoreIncludes}"UDynamicArray.h ∂
  677.     "{MACoreIncludes}"UFailure.h ∂
  678.     "{MACoreIncludes}"UGeometry.h ∂
  679.     "{MACoreIncludes}"UIterator.h ∂
  680.     "{MACoreIncludes}"UListIterator.h ∂
  681.     "{MACoreIncludes}"UObject.h ∂
  682.     "{MACoreIncludes}"UPointerObject.h ∂
  683.     "{MACoreIncludes}"UStream.h
  684.  
  685. "{ObjApp}"UDrawingEnvironment.cp.o ƒ ∂
  686.     "{IncApp}"UDrawingEnvironment.h ∂
  687.     "{IncApp}"UMacAppUtilities.h ∂
  688.     "{MACoreIncludes}"Geometry.h ∂
  689.     "{MACoreIncludes}"MacAppTypes.h ∂
  690.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  691.     "{MACoreIncludes}"PascalString.h ∂
  692.     "{MACoreIncludes}"Toolbox.h ∂
  693.     "{MACoreIncludes}"UClassDesc.h ∂
  694.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  695.     "{MACoreIncludes}"UCoreUtilities.h ∂
  696.     "{MACoreIncludes}"UGeometry.h ∂
  697.     "{MACoreIncludes}"UIterator.h ∂
  698.     "{MACoreIncludes}"UObject.h ∂
  699.     "{MACoreIncludes}"UPointerObject.h ∂
  700.     "{MACoreIncludes}"UStream.h
  701.  
  702. "{ObjApp}"UErrorMgr.cp.o ƒ ∂
  703.     "{IncApp}"UAppleEvents.h ∂
  704.     "{IncApp}"UCommand.h ∂
  705.     "{IncApp}"UErrorMgr.h ∂
  706.     "{IncApp}"UEvent.h ∂
  707.     "{IncApp}"UMacAppGlobals.h ∂
  708.     "{IncApp}"UMacAppUtilities.h ∂
  709.     "{IncApp}"UMenuMgr.h ∂
  710.     "{IncApp}"UOSAScript.h ∂
  711.     "{IncApp}"UScriptableObject.h ∂
  712.     "{IncApp}"UScripting.h ∂
  713.     "{MACoreIncludes}"Geometry.h ∂
  714.     "{MACoreIncludes}"MacAppTypes.h ∂
  715.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  716.     "{MACoreIncludes}"PascalString.h ∂
  717.     "{MACoreIncludes}"Toolbox.h ∂
  718.     "{MACoreIncludes}"UClassDesc.h ∂
  719.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  720.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  721.     "{MACoreIncludes}"UCoreGlobals.h ∂
  722.     "{MACoreIncludes}"UCoreUtilities.h ∂
  723.     "{MACoreIncludes}"UDebug.h ∂
  724.     "{MACoreIncludes}"UDynamicArray.h ∂
  725.     "{MACoreIncludes}"UFailure.h ∂
  726.     "{MACoreIncludes}"UGeometry.h ∂
  727.     "{MACoreIncludes}"UIterator.h ∂
  728.     "{MACoreIncludes}"UList.h ∂
  729.     "{MACoreIncludes}"UListIterator.h ∂
  730.     "{MACoreIncludes}"UMemory.h ∂
  731.     "{MACoreIncludes}"UObject.h ∂
  732.     "{MACoreIncludes}"UPointerObject.h
  733.  
  734. "{ObjApp}"UEvent.cp.o ƒ ∂
  735.     "{IncApp}"UAppleEvents.h ∂
  736.     "{IncApp}"UBehavior.h ∂
  737.     "{IncApp}"UCommand.h ∂
  738.     "{IncApp}"UCommandHandler.h ∂
  739.     "{IncApp}"UDispatcher.h ∂
  740.     "{IncApp}"UEvent.h ∂
  741.     "{IncApp}"UEventHandler.h ∂
  742.     "{IncApp}"UOSAScript.h ∂
  743.     "{IncApp}"UScriptableObject.h ∂
  744.     "{MACoreIncludes}"Geometry.h ∂
  745.     "{MACoreIncludes}"MacAppTypes.h ∂
  746.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  747.     "{MACoreIncludes}"PascalString.h ∂
  748.     "{MACoreIncludes}"Toolbox.h ∂
  749.     "{MACoreIncludes}"UClassDesc.h ∂
  750.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  751.     "{MACoreIncludes}"UCoreUtilities.h ∂
  752.     "{MACoreIncludes}"UDynamicArray.h ∂
  753.     "{MACoreIncludes}"UFailure.h ∂
  754.     "{MACoreIncludes}"UGeometry.h ∂
  755.     "{MACoreIncludes}"UIterator.h ∂
  756.     "{MACoreIncludes}"UList.h ∂
  757.     "{MACoreIncludes}"UListIterator.h ∂
  758.     "{MACoreIncludes}"UObject.h ∂
  759.     "{MACoreIncludes}"UPointerObject.h
  760.  
  761. "{ObjApp}"UEventHandler.cp.o ƒ ∂
  762.     "{IncApp}"UAppleEvents.h ∂
  763.     "{IncApp}"UBehavior.h ∂
  764.     "{IncApp}"UCommand.h ∂
  765.     "{IncApp}"UCommandHandler.h ∂
  766.     "{IncApp}"UDispatcher.h ∂
  767.     "{IncApp}"UErrorMgr.h ∂
  768.     "{IncApp}"UEvent.h ∂
  769.     "{IncApp}"UEventHandler.h ∂
  770.     "{IncApp}"UMacAppGlobals.h ∂
  771.     "{IncApp}"UOSAScript.h ∂
  772.     "{IncApp}"UScriptableObject.h ∂
  773.     "{MACoreIncludes}"Geometry.h ∂
  774.     "{MACoreIncludes}"MacAppTypes.h ∂
  775.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  776.     "{MACoreIncludes}"PascalString.h ∂
  777.     "{MACoreIncludes}"Toolbox.h ∂
  778.     "{MACoreIncludes}"UClassDesc.h ∂
  779.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  780.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  781.     "{MACoreIncludes}"UCoreGlobals.h ∂
  782.     "{MACoreIncludes}"UCoreUtilities.h ∂
  783.     "{MACoreIncludes}"UDebug.h ∂
  784.     "{MACoreIncludes}"UDynamicArray.h ∂
  785.     "{MACoreIncludes}"UFailure.h ∂
  786.     "{MACoreIncludes}"UGeometry.h ∂
  787.     "{MACoreIncludes}"UIterator.h ∂
  788.     "{MACoreIncludes}"UList.h ∂
  789.     "{MACoreIncludes}"UListIterator.h ∂
  790.     "{MACoreIncludes}"UObject.h ∂
  791.     "{MACoreIncludes}"UPointerObject.h ∂
  792.     "{MACoreIncludes}"UStream.h
  793.  
  794. "{ObjApp}"UFile.cp.o ƒ ∂
  795.     "{IncApp}"UAppleEvents.h ∂
  796.     "{IncApp}"UCommand.h ∂
  797.     "{IncApp}"UErrorMgr.h ∂
  798.     "{IncApp}"UEvent.h ∂
  799.     "{IncApp}"UFile.h ∂
  800.     "{IncApp}"UMacAppGlobals.h ∂
  801.     "{IncApp}"UMacAppUtilities.h ∂
  802.     "{IncApp}"UOSAScript.h ∂
  803.     "{IncApp}"UScriptableObject.h ∂
  804.     "{MACoreIncludes}"Geometry.h ∂
  805.     "{MACoreIncludes}"MacAppTypes.h ∂
  806.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  807.     "{MACoreIncludes}"PascalString.h ∂
  808.     "{MACoreIncludes}"Toolbox.h ∂
  809.     "{MACoreIncludes}"UClassDesc.h ∂
  810.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  811.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  812.     "{MACoreIncludes}"UCoreGlobals.h ∂
  813.     "{MACoreIncludes}"UCoreUtilities.h ∂
  814.     "{MACoreIncludes}"UFailure.h ∂
  815.     "{MACoreIncludes}"UGeometry.h ∂
  816.     "{MACoreIncludes}"UIterator.h ∂
  817.     "{MACoreIncludes}"UObject.h ∂
  818.     "{MACoreIncludes}"UPointerObject.h
  819.  
  820. "{ObjApp}"UFileStream.cp.o ƒ ∂
  821.     "{IncApp}"UCommand.h ∂
  822.     "{IncApp}"UErrorMgr.h ∂
  823.     "{IncApp}"UEvent.h ∂
  824.     "{IncApp}"UFile.h ∂
  825.     "{IncApp}"UFileStream.h ∂
  826.     "{IncApp}"UMacAppGlobals.h ∂
  827.     "{IncApp}"UMacAppUtilities.h ∂
  828.     "{IncApp}"UOSAScript.h ∂
  829.     "{IncApp}"UScriptableObject.h ∂
  830.     "{MACoreIncludes}"Geometry.h ∂
  831.     "{MACoreIncludes}"MacAppTypes.h ∂
  832.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  833.     "{MACoreIncludes}"PascalString.h ∂
  834.     "{MACoreIncludes}"Toolbox.h ∂
  835.     "{MACoreIncludes}"UClassDesc.h ∂
  836.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  837.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  838.     "{MACoreIncludes}"UCoreGlobals.h ∂
  839.     "{MACoreIncludes}"UCoreUtilities.h ∂
  840.     "{MACoreIncludes}"UDynamicArray.h ∂
  841.     "{MACoreIncludes}"UFailure.h ∂
  842.     "{MACoreIncludes}"UGeometry.h ∂
  843.     "{MACoreIncludes}"UIterator.h ∂
  844.     "{MACoreIncludes}"UList.h ∂
  845.     "{MACoreIncludes}"UListIterator.h ∂
  846.     "{MACoreIncludes}"UMemory.h ∂
  847.     "{MACoreIncludes}"UObject.h ∂
  848.     "{MACoreIncludes}"UPatch.h ∂
  849.     "{MACoreIncludes}"UPointerObject.h ∂
  850.     "{MACoreIncludes}"UStream.h
  851.  
  852. "{ObjApp}"UFloatWindow.cp.o ƒ ∂
  853.     "{IncApp}"UAdorners.h ∂
  854.     "{IncApp}"UAppleEvents.h ∂
  855.     "{IncApp}"UBehavior.h ∂
  856.     "{IncApp}"UCommand.h ∂
  857.     "{IncApp}"UCommandHandler.h ∂
  858.     "{IncApp}"UDispatcher.h ∂
  859.     "{IncApp}"UErrorMgr.h ∂
  860.     "{IncApp}"UEvent.h ∂
  861.     "{IncApp}"UEventHandler.h ∂
  862.     "{IncApp}"UFloatWindow.h ∂
  863.     "{IncApp}"UMacAppGlobals.h ∂
  864.     "{IncApp}"UOSAScript.h ∂
  865.     "{IncApp}"UScriptableObject.h ∂
  866.     "{IncApp}"UView.h ∂
  867.     "{IncApp}"UWindow.h ∂
  868.     "{MACoreIncludes}"Geometry.h ∂
  869.     "{MACoreIncludes}"MacAppTypes.h ∂
  870.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  871.     "{MACoreIncludes}"PascalString.h ∂
  872.     "{MACoreIncludes}"Toolbox.h ∂
  873.     "{MACoreIncludes}"UClassDesc.h ∂
  874.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  875.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  876.     "{MACoreIncludes}"UCoreGlobals.h ∂
  877.     "{MACoreIncludes}"UDynamicArray.h ∂
  878.     "{MACoreIncludes}"UFailure.h ∂
  879.     "{MACoreIncludes}"UGeometry.h ∂
  880.     "{MACoreIncludes}"UIterator.h ∂
  881.     "{MACoreIncludes}"UList.h ∂
  882.     "{MACoreIncludes}"UListIterator.h ∂
  883.     "{MACoreIncludes}"UObject.h ∂
  884.     "{MACoreIncludes}"UPointerObject.h
  885.  
  886. "{ObjApp}"UMacAppGlobals.cp.o ƒ ∂
  887.     "{IncApp}"UAdorners.h ∂
  888.     "{IncApp}"UAppleEvents.h ∂
  889.     "{IncApp}"UBehavior.h ∂
  890.     "{IncApp}"UBusyCursor.h ∂
  891.     "{IncApp}"UClipboardMgr.h ∂
  892.     "{IncApp}"UCommand.h ∂
  893.     "{IncApp}"UCommandHandler.h ∂
  894.     "{IncApp}"UContainer.h ∂
  895.     "{IncApp}"UControl.h ∂
  896.     "{IncApp}"UDispatcher.h ∂
  897.     "{IncApp}"UDocument.h ∂
  898.     "{IncApp}"UDragDropBehavior.h ∂
  899.     "{IncApp}"UDrawingEnvironment.h ∂
  900.     "{IncApp}"UErrorMgr.h ∂
  901.     "{IncApp}"UEvent.h ∂
  902.     "{IncApp}"UEventHandler.h ∂
  903.     "{IncApp}"UMacAppGlobals.h ∂
  904.     "{IncApp}"UMacAppUtilities.h ∂
  905.     "{IncApp}"UMenuMgr.h ∂
  906.     "{IncApp}"UOSAScript.h ∂
  907.     "{IncApp}"UPrintHandler.h ∂
  908.     "{IncApp}"UScriptableObject.h ∂
  909.     "{IncApp}"UScripting.h ∂
  910.     "{IncApp}"UScroller.h ∂
  911.     "{IncApp}"UTracker.h ∂
  912.     "{IncApp}"UUndo.h ∂
  913.     "{IncApp}"UView.h ∂
  914.     "{IncApp}"UWindow.h ∂
  915.     "{MACoreIncludes}"Geometry.h ∂
  916.     "{MACoreIncludes}"MacAppTypes.h ∂
  917.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  918.     "{MACoreIncludes}"PascalString.h ∂
  919.     "{MACoreIncludes}"Toolbox.h ∂
  920.     "{MACoreIncludes}"UClassDesc.h ∂
  921.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  922.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  923.     "{MACoreIncludes}"UCoreGlobals.h ∂
  924.     "{MACoreIncludes}"UCoreUtilities.h ∂
  925.     "{MACoreIncludes}"UDebug.h ∂
  926.     "{MACoreIncludes}"UDynamicArray.h ∂
  927.     "{MACoreIncludes}"UFailure.h ∂
  928.     "{MACoreIncludes}"UGeometry.h ∂
  929.     "{MACoreIncludes}"UIterator.h ∂
  930.     "{MACoreIncludes}"UList.h ∂
  931.     "{MACoreIncludes}"UListIterator.h ∂
  932.     "{MACoreIncludes}"UMemory.h ∂
  933.     "{MACoreIncludes}"UniversalStartup.h ∂
  934.     "{MACoreIncludes}"UObject.h ∂
  935.     "{MACoreIncludes}"UPatch.h ∂
  936.     "{MACoreIncludes}"UPointerObject.h ∂
  937.     "{MACoreIncludes}"USegments.h
  938.  
  939. "{ObjApp}"UMacAppUtilities.cp.o ƒ ∂
  940.     "{IncApp}"UAdorners.h ∂
  941.     "{IncApp}"UAppleEvents.h ∂
  942.     "{IncApp}"UBehavior.h ∂
  943.     "{IncApp}"UCommand.h ∂
  944.     "{IncApp}"UCommandHandler.h ∂
  945.     "{IncApp}"UDispatcher.h ∂
  946.     "{IncApp}"UErrorMgr.h ∂
  947.     "{IncApp}"UEvent.h ∂
  948.     "{IncApp}"UEventHandler.h ∂
  949.     "{IncApp}"UMacAppGlobals.h ∂
  950.     "{IncApp}"UMacAppUtilities.h ∂
  951.     "{IncApp}"UOSAScript.h ∂
  952.     "{IncApp}"UScriptableObject.h ∂
  953.     "{IncApp}"UView.h ∂
  954.     "{IncApp}"UWindow.h ∂
  955.     "{MACoreIncludes}"Geometry.h ∂
  956.     "{MACoreIncludes}"MacAppTypes.h ∂
  957.     "{MACoreIncludes}"MacAppVersion.h ∂
  958.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  959.     "{MACoreIncludes}"PascalString.h ∂
  960.     "{MACoreIncludes}"Toolbox.h ∂
  961.     "{MACoreIncludes}"UClassDesc.h ∂
  962.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  963.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  964.     "{MACoreIncludes}"UCoreGlobals.h ∂
  965.     "{MACoreIncludes}"UCoreUtilities.h ∂
  966.     "{MACoreIncludes}"UDebug.h ∂
  967.     "{MACoreIncludes}"UDynamicArray.h ∂
  968.     "{MACoreIncludes}"UFailure.h ∂
  969.     "{MACoreIncludes}"UGeometry.h ∂
  970.     "{MACoreIncludes}"UIterator.h ∂
  971.     "{MACoreIncludes}"UList.h ∂
  972.     "{MACoreIncludes}"UListIterator.h ∂
  973.     "{MACoreIncludes}"UMemory.h ∂
  974.     "{MACoreIncludes}"UniversalStartup.h ∂
  975.     "{MACoreIncludes}"UObject.h ∂
  976.     "{MACoreIncludes}"UPointerObject.h ∂
  977.     "{MACoreIncludes}"UStream.h
  978.  
  979. "{ObjApp}"UMenuMgr.cp.o ƒ ∂
  980.     "{IncApp}"UAppleEvents.h ∂
  981.     "{IncApp}"UBehavior.h ∂
  982.     "{IncApp}"UCommand.h ∂
  983.     "{IncApp}"UCommandHandler.h ∂
  984.     "{IncApp}"UContainer.h ∂
  985.     "{IncApp}"UDispatcher.h ∂
  986.     "{IncApp}"UErrorMgr.h ∂
  987.     "{IncApp}"UEvent.h ∂
  988.     "{IncApp}"UEventHandler.h ∂
  989.     "{IncApp}"UMacAppGlobals.h ∂
  990.     "{IncApp}"UMacAppUtilities.h ∂
  991.     "{IncApp}"UMenuMgr.h ∂
  992.     "{IncApp}"UOSAScript.h ∂
  993.     "{IncApp}"UScriptableObject.h ∂
  994.     "{MACoreIncludes}"Geometry.h ∂
  995.     "{MACoreIncludes}"MacAppTypes.h ∂
  996.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  997.     "{MACoreIncludes}"PascalString.h ∂
  998.     "{MACoreIncludes}"Toolbox.h ∂
  999.     "{MACoreIncludes}"UClassDesc.h ∂
  1000.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1001.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1002.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1003.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1004.     "{MACoreIncludes}"UDynamicArray.h ∂
  1005.     "{MACoreIncludes}"UFailure.h ∂
  1006.     "{MACoreIncludes}"UGeometry.h ∂
  1007.     "{MACoreIncludes}"UIterator.h ∂
  1008.     "{MACoreIncludes}"UList.h ∂
  1009.     "{MACoreIncludes}"UListIterator.h ∂
  1010.     "{MACoreIncludes}"UMemory.h ∂
  1011.     "{MACoreIncludes}"UObject.h ∂
  1012.     "{MACoreIncludes}"UPatch.h ∂
  1013.     "{MACoreIncludes}"UPointerObject.h
  1014.  
  1015. "{ObjApp}"UOSAScript.cp.o ƒ ∂
  1016.     "{IncApp}"UAppleEvents.h ∂
  1017.     "{IncApp}"UBehavior.h ∂
  1018.     "{IncApp}"UCommand.h ∂
  1019.     "{IncApp}"UCommandHandler.h ∂
  1020.     "{IncApp}"UDispatcher.h ∂
  1021.     "{IncApp}"UErrorMgr.h ∂
  1022.     "{IncApp}"UEvent.h ∂
  1023.     "{IncApp}"UEventHandler.h ∂
  1024.     "{IncApp}"UFile.h ∂
  1025.     "{IncApp}"UMacAppGlobals.h ∂
  1026.     "{IncApp}"UOSAScript.h ∂
  1027.     "{IncApp}"UScriptableObject.h ∂
  1028.     "{IncApp}"UScripting.h ∂
  1029.     "{MACoreIncludes}"Geometry.h ∂
  1030.     "{MACoreIncludes}"MacAppTypes.h ∂
  1031.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1032.     "{MACoreIncludes}"PascalString.h ∂
  1033.     "{MACoreIncludes}"Toolbox.h ∂
  1034.     "{MACoreIncludes}"UClassDesc.h ∂
  1035.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1036.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1037.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1038.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1039.     "{MACoreIncludes}"UDynamicArray.h ∂
  1040.     "{MACoreIncludes}"UFailure.h ∂
  1041.     "{MACoreIncludes}"UGeometry.h ∂
  1042.     "{MACoreIncludes}"UIterator.h ∂
  1043.     "{MACoreIncludes}"UList.h ∂
  1044.     "{MACoreIncludes}"UListIterator.h ∂
  1045.     "{MACoreIncludes}"UObject.h ∂
  1046.     "{MACoreIncludes}"UPointerObject.h
  1047.  
  1048. "{ObjApp}"UPrintHandler.cp.o ƒ ∂
  1049.     "{IncApp}"UAdorners.h ∂
  1050.     "{IncApp}"UBehavior.h ∂
  1051.     "{IncApp}"UCommand.h ∂
  1052.     "{IncApp}"UCommandHandler.h ∂
  1053.     "{IncApp}"UErrorMgr.h ∂
  1054.     "{IncApp}"UEvent.h ∂
  1055.     "{IncApp}"UEventHandler.h ∂
  1056.     "{IncApp}"UMacAppGlobals.h ∂
  1057.     "{IncApp}"UMacAppUtilities.h ∂
  1058.     "{IncApp}"UOSAScript.h ∂
  1059.     "{IncApp}"UPrintHandler.h ∂
  1060.     "{IncApp}"UScriptableObject.h ∂
  1061.     "{IncApp}"UView.h ∂
  1062.     "{IncApp}"UWindow.h ∂
  1063.     "{MACoreIncludes}"Geometry.h ∂
  1064.     "{MACoreIncludes}"MacAppTypes.h ∂
  1065.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1066.     "{MACoreIncludes}"PascalString.h ∂
  1067.     "{MACoreIncludes}"Toolbox.h ∂
  1068.     "{MACoreIncludes}"UClassDesc.h ∂
  1069.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1070.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1071.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1072.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1073.     "{MACoreIncludes}"UDynamicArray.h ∂
  1074.     "{MACoreIncludes}"UFailure.h ∂
  1075.     "{MACoreIncludes}"UGeometry.h ∂
  1076.     "{MACoreIncludes}"UIterator.h ∂
  1077.     "{MACoreIncludes}"UListIterator.h ∂
  1078.     "{MACoreIncludes}"UObject.h ∂
  1079.     "{MACoreIncludes}"UPatch.h ∂
  1080.     "{MACoreIncludes}"UPointerObject.h
  1081.  
  1082. "{ObjApp}"UScriptableObject.cp.o ƒ ∂
  1083.     "{IncApp}"UAppleEvents.h ∂
  1084.     "{IncApp}"UBehavior.h ∂
  1085.     "{IncApp}"UCommand.h ∂
  1086.     "{IncApp}"UCommandHandler.h ∂
  1087.     "{IncApp}"UDispatcher.h ∂
  1088.     "{IncApp}"UErrorMgr.h ∂
  1089.     "{IncApp}"UEvent.h ∂
  1090.     "{IncApp}"UEventHandler.h ∂
  1091.     "{IncApp}"UMacAppGlobals.h ∂
  1092.     "{IncApp}"UMacAppUtilities.h ∂
  1093.     "{IncApp}"UOSAScript.h ∂
  1094.     "{IncApp}"UScriptableObject.h ∂
  1095.     "{IncApp}"UScripting.h ∂
  1096.     "{MACoreIncludes}"Geometry.h ∂
  1097.     "{MACoreIncludes}"MacAppTypes.h ∂
  1098.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1099.     "{MACoreIncludes}"PascalString.h ∂
  1100.     "{MACoreIncludes}"Toolbox.h ∂
  1101.     "{MACoreIncludes}"UClassDesc.h ∂
  1102.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1103.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1104.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1105.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1106.     "{MACoreIncludes}"UDynamicArray.h ∂
  1107.     "{MACoreIncludes}"UFailure.h ∂
  1108.     "{MACoreIncludes}"UGeometry.h ∂
  1109.     "{MACoreIncludes}"UIterator.h ∂
  1110.     "{MACoreIncludes}"UList.h ∂
  1111.     "{MACoreIncludes}"UListIterator.h ∂
  1112.     "{MACoreIncludes}"UObject.h ∂
  1113.     "{MACoreIncludes}"UPointerObject.h
  1114.  
  1115. "{ObjApp}"UScripting.cp.o ƒ ∂
  1116.     "{IncApp}"UAppleEvents.h ∂
  1117.     "{IncApp}"UBehavior.h ∂
  1118.     "{IncApp}"UCommand.h ∂
  1119.     "{IncApp}"UCommandHandler.h ∂
  1120.     "{IncApp}"UDispatcher.h ∂
  1121.     "{IncApp}"UErrorMgr.h ∂
  1122.     "{IncApp}"UEvent.h ∂
  1123.     "{IncApp}"UEventHandler.h ∂
  1124.     "{IncApp}"UMacAppGlobals.h ∂
  1125.     "{IncApp}"UMacAppUtilities.h ∂
  1126.     "{IncApp}"UOSAScript.h ∂
  1127.     "{IncApp}"UScriptableObject.h ∂
  1128.     "{IncApp}"UScripting.h ∂
  1129.     "{IncApp}"USubstitution.h ∂
  1130.     "{MACoreIncludes}"Geometry.h ∂
  1131.     "{MACoreIncludes}"MacAppTypes.h ∂
  1132.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1133.     "{MACoreIncludes}"PascalString.h ∂
  1134.     "{MACoreIncludes}"Toolbox.h ∂
  1135.     "{MACoreIncludes}"UClassDesc.h ∂
  1136.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1137.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1138.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1139.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1140.     "{MACoreIncludes}"UDynamicArray.h ∂
  1141.     "{MACoreIncludes}"UFailure.h ∂
  1142.     "{MACoreIncludes}"UGeometry.h ∂
  1143.     "{MACoreIncludes}"UIterator.h ∂
  1144.     "{MACoreIncludes}"UList.h ∂
  1145.     "{MACoreIncludes}"UListIterator.h ∂
  1146.     "{MACoreIncludes}"UMemory.h ∂
  1147.     "{MACoreIncludes}"UObject.h ∂
  1148.     "{MACoreIncludes}"UPointerObject.h
  1149.  
  1150. "{ObjApp}"UScroller.cp.o ƒ ∂
  1151.     "{IncApp}"UAdorners.h ∂
  1152.     "{IncApp}"UCommand.h ∂
  1153.     "{IncApp}"UCommandHandler.h ∂
  1154.     "{IncApp}"UControl.h ∂
  1155.     "{IncApp}"UDocument.h ∂
  1156.     "{IncApp}"UDragDrop.h ∂
  1157.     "{IncApp}"UErrorMgr.h ∂
  1158.     "{IncApp}"UEvent.h ∂
  1159.     "{IncApp}"UEventHandler.h ∂
  1160.     "{IncApp}"UMacAppGlobals.h ∂
  1161.     "{IncApp}"UMacAppUtilities.h ∂
  1162.     "{IncApp}"UOSAScript.h ∂
  1163.     "{IncApp}"UScriptableObject.h ∂
  1164.     "{IncApp}"UScroller.h ∂
  1165.     "{IncApp}"UTracker.h ∂
  1166.     "{IncApp}"UView.h ∂
  1167.     "{IncApp}"UViewServer.h ∂
  1168.     "{IncApp}"UWindow.h ∂
  1169.     "{MACoreIncludes}"Geometry.h ∂
  1170.     "{MACoreIncludes}"MacAppTypes.h ∂
  1171.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1172.     "{MACoreIncludes}"PascalString.h ∂
  1173.     "{MACoreIncludes}"Toolbox.h ∂
  1174.     "{MACoreIncludes}"UClassDesc.h ∂
  1175.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1176.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1177.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1178.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1179.     "{MACoreIncludes}"UDebug.h ∂
  1180.     "{MACoreIncludes}"UDynamicArray.h ∂
  1181.     "{MACoreIncludes}"UFailure.h ∂
  1182.     "{MACoreIncludes}"UGeometry.h ∂
  1183.     "{MACoreIncludes}"UIterator.h ∂
  1184.     "{MACoreIncludes}"UList.h ∂
  1185.     "{MACoreIncludes}"UListIterator.h ∂
  1186.     "{MACoreIncludes}"UObject.h ∂
  1187.     "{MACoreIncludes}"UPatch.h ∂
  1188.     "{MACoreIncludes}"UPointerObject.h ∂
  1189.     "{MACoreIncludes}"UStream.h
  1190.  
  1191. "{ObjApp}"USubstitution.cp.o ƒ ∂
  1192.     "{IncApp}"USubstitution.h ∂
  1193.     "{MACoreIncludes}"MacAppTypes.h ∂
  1194.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1195.     "{MACoreIncludes}"PascalString.h ∂
  1196.     "{MACoreIncludes}"UAssociation.h ∂
  1197.     "{MACoreIncludes}"UClassDesc.h ∂
  1198.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1199.     "{MACoreIncludes}"UDynamicArray.h ∂
  1200.     "{MACoreIncludes}"UFailure.h ∂
  1201.     "{MACoreIncludes}"UIterator.h ∂
  1202.     "{MACoreIncludes}"UList.h ∂
  1203.     "{MACoreIncludes}"UListIterator.h ∂
  1204.     "{MACoreIncludes}"UObject.h ∂
  1205.     "{MACoreIncludes}"UPointerObject.h
  1206.  
  1207. "{ObjApp}"UTracker.cp.o ƒ ∂
  1208.     "{IncApp}"UAdorners.h ∂
  1209.     "{IncApp}"UAppleEvents.h ∂
  1210.     "{IncApp}"UBehavior.h ∂
  1211.     "{IncApp}"UCommand.h ∂
  1212.     "{IncApp}"UCommandHandler.h ∂
  1213.     "{IncApp}"UDispatcher.h ∂
  1214.     "{IncApp}"UErrorMgr.h ∂
  1215.     "{IncApp}"UEvent.h ∂
  1216.     "{IncApp}"UEventHandler.h ∂
  1217.     "{IncApp}"UMacAppGlobals.h ∂
  1218.     "{IncApp}"UMacAppUtilities.h ∂
  1219.     "{IncApp}"UOSAScript.h ∂
  1220.     "{IncApp}"UScriptableObject.h ∂
  1221.     "{IncApp}"UScroller.h ∂
  1222.     "{IncApp}"UTracker.h ∂
  1223.     "{IncApp}"UView.h ∂
  1224.     "{IncApp}"UWindow.h ∂
  1225.     "{MACoreIncludes}"Geometry.h ∂
  1226.     "{MACoreIncludes}"MacAppTypes.h ∂
  1227.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1228.     "{MACoreIncludes}"PascalString.h ∂
  1229.     "{MACoreIncludes}"Toolbox.h ∂
  1230.     "{MACoreIncludes}"UClassDesc.h ∂
  1231.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1232.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1233.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1234.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1235.     "{MACoreIncludes}"UDynamicArray.h ∂
  1236.     "{MACoreIncludes}"UFailure.h ∂
  1237.     "{MACoreIncludes}"UGeometry.h ∂
  1238.     "{MACoreIncludes}"UIterator.h ∂
  1239.     "{MACoreIncludes}"UList.h ∂
  1240.     "{MACoreIncludes}"UListIterator.h ∂
  1241.     "{MACoreIncludes}"UObject.h ∂
  1242.     "{MACoreIncludes}"UPointerObject.h
  1243.  
  1244. "{ObjApp}"UUndo.cp.o ƒ ∂
  1245.     "{IncApp}"UAppleEvents.h ∂
  1246.     "{IncApp}"UBehavior.h ∂
  1247.     "{IncApp}"UCommand.h ∂
  1248.     "{IncApp}"UCommandHandler.h ∂
  1249.     "{IncApp}"UDispatcher.h ∂
  1250.     "{IncApp}"UErrorMgr.h ∂
  1251.     "{IncApp}"UEvent.h ∂
  1252.     "{IncApp}"UEventHandler.h ∂
  1253.     "{IncApp}"UMacAppGlobals.h ∂
  1254.     "{IncApp}"UMacAppUtilities.h ∂
  1255.     "{IncApp}"UMenuMgr.h ∂
  1256.     "{IncApp}"UOSAScript.h ∂
  1257.     "{IncApp}"UScriptableObject.h ∂
  1258.     "{IncApp}"UUndo.h ∂
  1259.     "{MACoreIncludes}"Geometry.h ∂
  1260.     "{MACoreIncludes}"MacAppTypes.h ∂
  1261.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1262.     "{MACoreIncludes}"PascalString.h ∂
  1263.     "{MACoreIncludes}"Toolbox.h ∂
  1264.     "{MACoreIncludes}"UClassDesc.h ∂
  1265.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1266.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1267.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1268.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1269.     "{MACoreIncludes}"UDynamicArray.h ∂
  1270.     "{MACoreIncludes}"UFailure.h ∂
  1271.     "{MACoreIncludes}"UGeometry.h ∂
  1272.     "{MACoreIncludes}"UIterator.h ∂
  1273.     "{MACoreIncludes}"UList.h ∂
  1274.     "{MACoreIncludes}"UListIterator.h ∂
  1275.     "{MACoreIncludes}"UObject.h ∂
  1276.     "{MACoreIncludes}"UPointerObject.h
  1277.  
  1278. "{ObjApp}"UView.cp.o ƒ ∂
  1279.     "{IncApp}"UAdorners.h ∂
  1280.     "{IncApp}"UAppleEvents.h ∂
  1281.     "{IncApp}"UBehavior.h ∂
  1282.     "{IncApp}"UClipboardMgr.h ∂
  1283.     "{IncApp}"UCommand.h ∂
  1284.     "{IncApp}"UCommandHandler.h ∂
  1285.     "{IncApp}"UDispatcher.h ∂
  1286.     "{IncApp}"UDocument.h ∂
  1287.     "{IncApp}"UDragDrop.h ∂
  1288.     "{IncApp}"UDrawingEnvironment.h ∂
  1289.     "{IncApp}"UErrorMgr.h ∂
  1290.     "{IncApp}"UEvent.h ∂
  1291.     "{IncApp}"UEventHandler.h ∂
  1292.     "{IncApp}"UMacAppGlobals.h ∂
  1293.     "{IncApp}"UMacAppUtilities.h ∂
  1294.     "{IncApp}"UOSAScript.h ∂
  1295.     "{IncApp}"UPrintHandler.h ∂
  1296.     "{IncApp}"UScriptableObject.h ∂
  1297.     "{IncApp}"UScroller.h ∂
  1298.     "{IncApp}"UView.h ∂
  1299.     "{IncApp}"UViewServer.h ∂
  1300.     "{IncApp}"UWindow.h ∂
  1301.     "{MACoreIncludes}"Geometry.h ∂
  1302.     "{MACoreIncludes}"MacAppTypes.h ∂
  1303.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1304.     "{MACoreIncludes}"PascalString.h ∂
  1305.     "{MACoreIncludes}"Toolbox.h ∂
  1306.     "{MACoreIncludes}"UClassDesc.h ∂
  1307.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1308.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1309.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1310.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1311.     "{MACoreIncludes}"UDebug.h ∂
  1312.     "{MACoreIncludes}"UDependencies.h ∂
  1313.     "{MACoreIncludes}"UDynamicArray.h ∂
  1314.     "{MACoreIncludes}"UFailure.h ∂
  1315.     "{MACoreIncludes}"UGeometry.h ∂
  1316.     "{MACoreIncludes}"UIterator.h ∂
  1317.     "{MACoreIncludes}"UList.h ∂
  1318.     "{MACoreIncludes}"UListIterator.h ∂
  1319.     "{MACoreIncludes}"UMemory.h ∂
  1320.     "{MACoreIncludes}"UObject.h ∂
  1321.     "{MACoreIncludes}"UPatch.h ∂
  1322.     "{MACoreIncludes}"UPointerObject.h ∂
  1323.     "{MACoreIncludes}"UStream.h
  1324.  
  1325. "{ObjApp}"UViewServer.cp.o ƒ ∂
  1326.     "{IncApp}"UAdorners.h ∂
  1327.     "{IncApp}"UAppleEvents.h ∂
  1328.     "{IncApp}"UBehavior.h ∂
  1329.     "{IncApp}"UCommand.h ∂
  1330.     "{IncApp}"UCommandHandler.h ∂
  1331.     "{IncApp}"UDispatcher.h ∂
  1332.     "{IncApp}"UErrorMgr.h ∂
  1333.     "{IncApp}"UEvent.h ∂
  1334.     "{IncApp}"UEventHandler.h ∂
  1335.     "{IncApp}"UMacAppGlobals.h ∂
  1336.     "{IncApp}"UMacAppUtilities.h ∂
  1337.     "{IncApp}"UOSAScript.h ∂
  1338.     "{IncApp}"UScriptableObject.h ∂
  1339.     "{IncApp}"UScroller.h ∂
  1340.     "{IncApp}"UView.h ∂
  1341.     "{IncApp}"UViewServer.h ∂
  1342.     "{IncApp}"UWindow.h ∂
  1343.     "{MACoreIncludes}"Geometry.h ∂
  1344.     "{MACoreIncludes}"MacAppTypes.h ∂
  1345.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1346.     "{MACoreIncludes}"PascalString.h ∂
  1347.     "{MACoreIncludes}"Toolbox.h ∂
  1348.     "{MACoreIncludes}"UClassDesc.h ∂
  1349.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1350.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1351.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1352.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1353.     "{MACoreIncludes}"UDebug.h ∂
  1354.     "{MACoreIncludes}"UDynamicArray.h ∂
  1355.     "{MACoreIncludes}"UFailure.h ∂
  1356.     "{MACoreIncludes}"UGeometry.h ∂
  1357.     "{MACoreIncludes}"UIterator.h ∂
  1358.     "{MACoreIncludes}"UList.h ∂
  1359.     "{MACoreIncludes}"UListIterator.h ∂
  1360.     "{MACoreIncludes}"UMemory.h ∂
  1361.     "{MACoreIncludes}"UObject.h ∂
  1362.     "{MACoreIncludes}"UPointerObject.h ∂
  1363.     "{MACoreIncludes}"UStream.h
  1364.  
  1365. "{ObjApp}"UWindow.cp.o ƒ ∂
  1366.     "{IncApp}"FloatWindow.h ∂
  1367.     "{IncApp}"UAdorners.h ∂
  1368.     "{IncApp}"UAppleEvents.h ∂
  1369.     "{IncApp}"UBehavior.h ∂
  1370.     "{IncApp}"UCommand.h ∂
  1371.     "{IncApp}"UCommandHandler.h ∂
  1372.     "{IncApp}"UDesignator.h ∂
  1373.     "{IncApp}"UDialogBehavior.h ∂
  1374.     "{IncApp}"UDispatcher.h ∂
  1375.     "{IncApp}"UDocument.h ∂
  1376.     "{IncApp}"UDragDrop.h ∂
  1377.     "{IncApp}"UDragDropBehavior.h ∂
  1378.     "{IncApp}"UErrorMgr.h ∂
  1379.     "{IncApp}"UEvent.h ∂
  1380.     "{IncApp}"UEventHandler.h ∂
  1381.     "{IncApp}"UFile.h ∂
  1382.     "{IncApp}"UMacAppGlobals.h ∂
  1383.     "{IncApp}"UMacAppUtilities.h ∂
  1384.     "{IncApp}"UMenuMgr.h ∂
  1385.     "{IncApp}"UOSAScript.h ∂
  1386.     "{IncApp}"UPrintHandler.h ∂
  1387.     "{IncApp}"UScriptableObject.h ∂
  1388.     "{IncApp}"UScripting.h ∂
  1389.     "{IncApp}"UView.h ∂
  1390.     "{IncApp}"UWindow.h ∂
  1391.     "{MACoreIncludes}"Geometry.h ∂
  1392.     "{MACoreIncludes}"MacAppTypes.h ∂
  1393.     "{MACoreIncludes}"MAConditionalMacros.h ∂
  1394.     "{MACoreIncludes}"PascalString.h ∂
  1395.     "{MACoreIncludes}"Toolbox.h ∂
  1396.     "{MACoreIncludes}"UClassDesc.h ∂
  1397.     "{MACoreIncludes}"UClassDesc.Private.h ∂
  1398.     "{MACoreIncludes}"UCoreErrorMgr.h ∂
  1399.     "{MACoreIncludes}"UCoreGlobals.h ∂
  1400.     "{MACoreIncludes}"UCoreUtilities.h ∂
  1401.     "{MACoreIncludes}"UDebug.h ∂
  1402.     "{MACoreIncludes}"UDynamicArray.h ∂
  1403.     "{MACoreIncludes}"UFailure.h ∂
  1404.     "{MACoreIncludes}"UGeometry.h ∂
  1405.     "{MACoreIncludes}"UIterator.h ∂
  1406.     "{MACoreIncludes}"UList.h ∂
  1407.     "{MACoreIncludes}"UListIterator.h ∂
  1408.     "{MACoreIncludes}"UMemory.h ∂
  1409.     "{MACoreIncludes}"UObject.h ∂
  1410.     "{MACoreIncludes}"UPointerObject.h ∂
  1411.     "{MACoreIncludes}"UStream.h
  1412.  
  1413.